home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / DefineButton2_1014 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  116 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _global.mcRoot.oMain.startLevel();
  4.    this._parent.gotoAndStop("blank");
  5. }
  6.